Class SampleMethods

java.lang.Object
  extended by SampleMethods

public class SampleMethods
extends java.lang.Object

Write a description of class SampleMethods here.

Version:
(a version number or a date)
Author:
(your name)

Constructor Summary
SampleMethods()
           
 
Method Summary
static double myMultiplyMethod(double numA, double numB)
          This method multiplies two numbers and returns the result
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleMethods

public SampleMethods()
Method Detail

myMultiplyMethod

public static double myMultiplyMethod(double numA,
                                      double numB)
This method multiplies two numbers and returns the result

Parameters:
numA - the first number to be multiplied
numB - the second number to be multiplied
Returns:
the product of the multiplication